Introduction to Html
Component of Html
| Attribute | Description |
|---|---|
| controls | It defines the video controls which is displayed with play/pause buttons. |
| autoplay | It specifies that the video will start playing as soon as it is ready. |
| loop | It specifies that the video file will start over again, every time when it is completed |
| muted | It is used to mute the video output. |
| preload | It specifies the author view to upload video file when the page loads. |
| poster | It specifies the image which is displayed on the screen when the video is not played. |
| src | It specifies the source URL of the video file. |